home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / fortran / f2c_exe.zip / README.DOS < prev    next >
Text File  |  1991-06-15  |  2KB  |  39 lines

  1. #############################
  2. # f2c -- fortran 77 to C    #
  3. #############################
  4. ---------------------------------------------------------
  5. To use:
  6.  
  7. 1) place f2c.h in your INCLUDE path.
  8. 2) place the libraries (*.lib) in your LIB path.
  9. 3) place f2c.exe in your executable path (PATH)
  10.  
  11. examine the various readme's and notices.
  12. The man page is in f2c.1, and the troff source is f2c.1t
  13. ---------------------------------------------------------
  14.  
  15. This f2c.exe executable and the libraries were compiled under Microsoft C 5.1
  16. and f2c.exe was compressed with LZEXE v0.91.
  17.  
  18. If you use a different C compiler, you may need to recompile the libraries.
  19.  
  20. ***The sources were obtained from research.att.com, and compiled with
  21. essentially no modification (the link message in sysdep.c was changed
  22. to reflect the microsoft link syntax and the names of the
  23. supplied libraries.).
  24.  
  25. It will convert almost any f77 program to fairly portable C, but because
  26. of the small memory available under DOS, some gigantic routines (thousands
  27. of lines in one routine) may choke the translator.  Well designed programs
  28. with functions and subroutines do much better.
  29.  
  30. If f2c gives runs out of space while processing a file with a large number
  31. of subroutines and functions, splitting up the file into two smaller ones
  32. should fix the problem.
  33.  
  34. The libraries included are:
  35.  
  36. sf2c.lib  - small model f2c floating point & i/o libraries (combined)
  37. lf2c.lib  - large model f2c floating point & i/o libraries (combined)
  38.  
  39.